home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr24 / ic189b.zip / WHATS.NEW < prev    next >
Text File  |  1993-06-01  |  17KB  |  405 lines

  1. Recent Changes to InteliCat(tm)
  2. -------------------------------
  3. If you need to contact me via US mail you can write to:
  4.  
  5.         Curtis Little
  6.         PO Box 33613
  7.         Northglen, CO  80233
  8.  
  9.  
  10. 6/1/93
  11. Released v1.89b
  12.  
  13. Added a command line option to turn off the mouse.  Specify /R to keep 
  14. InteliCat from allowing use of the mouse.
  15.  
  16. Corrected a minor bug that would allow the user to enter a filter list without
  17. first specifying the filter file name.  This would cause an error message to
  18. be generated when InteliCat attempted to autosave the filter list on exit.
  19.  
  20. Fixed a problem in the new code that checked to insure the version of
  21. InteliCat in used is capable of reading the config/filter file.
  22.  
  23. 5/27/93
  24. Modified the sort and selection portion of InteliCat to immediately recognize
  25. when the ESCape key is pressed instead of performing the selection or sort
  26. before realizing the user wanted to abort the operation.
  27.  
  28. 5/13/93
  29. Added file filtering to InteliCat.  Editing the filter list can be done from
  30. the configuration menu.  The filters can be saved/read from disk (via the
  31. files menu).  Full regular expression support (as defined in the manual
  32. for selection criteria) is provided.
  33.  
  34. Any files on logged disks that match one (or more) of specified filters will
  35. not be logged by InteliCat.  For example if you setup a filter file and 
  36. define the filters as README*.* and *.BAT, InteliCat will ignore files on
  37. disks that are logged that start with README or have a .BAT extension.
  38.  
  39. When filtering is being used, a symbol will be displayed on InteliCat's 
  40. status line in the first position of the status line (to the left of the 
  41. Log Drive(s) data).
  42.  
  43. The name of the filter file is saved in InteliCat's configuration file.  When
  44. InteliCat is started it will attempt reading the configured filter list.
  45.  
  46. Added an option to autosave the filter file.  (Available from the autosave 
  47. options selection on the configuration menu).
  48.  
  49. Modified the list input function (i.e. what's used when you are entering
  50. selection criteria or filters), and made it so pressing ESCape while 
  51. inputting doesn't cause the criteria to be zapped (although the abort is
  52. still performed).
  53.  
  54. 5/12/93
  55. Added a files menu.  This menu will have the read and write selections for 
  56. the various files used in InteliCat (they were previously located on the
  57. configuration menu).
  58.  
  59. 5/9/93
  60. Modified selection criteria to accept dates in the configured format (instead
  61. of requiring dates to be entered in USA format in selection criteria).
  62.  
  63. 5/6/93
  64. Modified InteliCat to allow users to backup to previously entered 
  65. field when inputting a list of selection criteria.  This can be done by
  66. pressing the up arrow.  F10 now works as a 'complete' key when entering 
  67. a set of selection data.
  68.  
  69. 4/2/93
  70. Optimized the options input code.
  71.  
  72. 4/1/93
  73. Added Switch! options to control how the Switch! DOS Shell utility works.
  74.  
  75. Added an option to turn on/off the support for a mouse in InteliCat.
  76.  
  77. 3/29/93
  78. Fixed a bug in the merge routine that kept things from working properly
  79. when the merged database contained duplicate disk IDs.
  80.  
  81. 12/19/92
  82. Fixed a bug that kept the ALT-B (Next match backward toggle from working).
  83.  
  84. Modified InteliCat to shut down the mouse completely before doing a DOS 
  85. shell.  Then, it is restarted when control returns to InteliCat.
  86.  
  87. Added an option to rename the disk that is being logged when you are
  88. prompted if you want to replace it.  (This helps when you have InteliCat
  89. set to automatically name a disk with it's volume label, and the disk name
  90. already exists.  Using this option you can manually name the disk something
  91. different than it's volume label without having to go to configuration and
  92. turn off the use of volume label as the disk name).
  93.  
  94. In conjunction with the new option outlined above, if you have InteliCat
  95. configured to automatically use the volume label as the disk name, and then
  96. manually rename the disk to something else using the option outlined above,
  97. InteliCat will prompt before writing the new volume label to the disk (this
  98. is only done if you have InteliCat configured to write the disk name as a 
  99. volume label).
  100.  
  101. 12/9/92
  102. Modified the sort to also put disks in alpha order when sorting by filename
  103. and the disks are included in the selection set.
  104.  
  105. 12/6/92
  106. Released v1.89a
  107.  
  108. Completed mouse support functions for all of InteliCat except the comment
  109. import utility.
  110.  
  111. Added next match support while in the comment add/modify function.
  112.  
  113. Added a toggle that allows you to reverse the search direction when
  114. searching for the next match.  This key is valid in all parts of the 
  115. program that allow searching for the next match.  (I.E. the browse
  116. screens, report to screen, while adding comments, etc...).
  117.  
  118. The new toggle key is ALT-B.  Each time you press ALT-B it will reverse the
  119. search direction and then search for the next match to the criteria you've
  120. previously specified (or if you haven't initiated a search yet, it will
  121. cause you to be prompted for data to search for).
  122.  
  123. The search direction flag is now stored in the configuration file.  InteliCat
  124. will always default to the last search direction as maintained in the 
  125. configuration.
  126.  
  127. 12/5/92
  128. Fixed a bug that kept rename, delete, and replace from working properly.
  129. Replace and Delete had to be done previously using the disk list.  
  130.  
  131. Fixed a bug in the mouse routines that kept them from working after a 
  132. hotkey (ALT-Z) was used to shell to DOS.
  133.  
  134.  
  135. 11/20/92
  136. Fixed a minor bug in the mouse routines that could sometimes make 
  137. InteliCat confused in a way it wouldn't recognize mouse selections 
  138. until after a key was pressed.
  139.  
  140. Continued to increase mouse support in InteliCat.
  141.  
  142. 11/15/92
  143. Released v1.89
  144.  
  145. Continued to increase the mouse functionality.
  146.  
  147. **NOTICE** Pressing return when prompted for the disk name to log will
  148. no longer display the list of disks.  To display this list, select the 
  149. dialog box option (tab to it and press enter, or press ALT-L) to list
  150. the existings disks.
  151.  
  152.  
  153. 11/6/92
  154. Fixed the delete file function to flag the database as being changed.
  155.  
  156. Fixed the delete file function to keep the scroll bar line active after
  157. deleteing a disk.
  158.  
  159. Modified the functions to get a disk name from the user to use dialog
  160. boxes, providing an option to list existing names for selection.
  161.  
  162. Fixed a bug that kept the merge utility from being able to save the 
  163. comment records when you merge into a database with no existing records.
  164.  
  165. 11/1/92
  166. Modified the Log Disk function to use dialog boxes and include an option to
  167. log a disk starting at a specified subdirectory.
  168.  
  169. Changed InteliCat to remain on the same logging drive when the logging
  170. of a disk is aborted.
  171.  
  172.  
  173. 10/31/92
  174. Released v1.88 of InteliCat
  175.  
  176. The documentation is no longer distributed in a file separate from the 
  177. program file.
  178.  
  179.  
  180. 10/26/92
  181. Added limited mouse support to InteliCat.  Work included also added dialog
  182. boxes to many of the prompts in InteliCat.
  183.  
  184. 7/3/92
  185. Fixed a bug that caused InteliCat to give an error message that the report
  186. destination file couldn't be opened if you loaded a configuration file that 
  187. contained the option to automatically output to a file after having one
  188. loaded that asked for the destination.
  189.  
  190. 3/30/92
  191. Released v1.87 to registered users.
  192.  
  193. 3/8/92
  194. Released v1.86
  195. Fixed a bug that caused changed comments and keywords to not be flagged as
  196. a change in the database.
  197.  
  198. Modified InteliCat to ask if you want to save the database anyway when you
  199. request to write a database that had no changes.
  200.  
  201. 2/24/92
  202. Released v1.85
  203.  
  204. 2/22/92
  205. Fixed a bug in the comment editor that caused F10 to prematurely quit
  206. (Previously, the F8 key would work around the problem).
  207.  
  208. 2/15/92
  209. Fixed the search to retain the previous search value (next match now works).
  210.  
  211. 2/3/92
  212. **********************************************************************
  213. ** IMPORTANT --- ALL USERS SHOULD READ ABOUT THE CHANGES MADE SINCE **
  214. ** VERSION 1.83 BECAUSE NOT ONLY HAVE NEW OPTIONS BEEN ADDED, BUT   **
  215. ** THE OLD FILE NAME DEFAULTS OF LC ARE NO LONGER USED!             **
  216. **********************************************************************
  217. The following changes have been made in InteliCat which are addendums to
  218. what InteliCat's documentation describes:
  219.  
  220.         New Options
  221.         -----------
  222.         o       InteliCat now has options to configure how dates are
  223.                 displayed.  From the Configuration menu you may select
  224.                 the date options to set the date format as well as the
  225.                 separator.  This should make things look a little better
  226.                 for other countries that don't view dates in the typical
  227.                 format used in the USA.
  228.  
  229.                 NOTE:  At default InteliCat will detect the country (if you
  230.                 have MSDOS v3.0 or above.  For DOS versions older than 3.0
  231.                 the USA format is used at default.  You may change the
  232.                 default by editing the date options.
  233.  
  234.         o       Auto save options - InteliCat now has autosave options to
  235.                 allow you to specify whether it should automatically save
  236.                 the configuration and/or database when exiting or reading
  237.                 a new file (if changes were made to the previous one).
  238.                 At default these items are both turned on.
  239.  
  240.         o       Added an option to specify whether comments extracted from
  241.                 an archive should be put in InteliCat's keyword field instead
  242.                 of the comment field.  (Note:  You must have the option for
  243.                 extracting archive comments set for this option to work).
  244.                 This option is located on the archive options page.
  245.  
  246.         o       Added an option to the import utility to allow you to
  247.                 specify whether comments imported should be put in InteliCat's
  248.                 keyword field instead of the comment field.  (This is actually
  249.                 an option that is stored in your configuration file, but can
  250.                 only be modified from the comment import screen).
  251.  
  252.  
  253. Other than those changes the following minor changes and fixes have been 
  254. added since v1.83 was released:
  255.  
  256. o  Modified InteliCat to allow the user to abort changes made since the last 
  257.    time a database was saved (autosave of the database must be off for you to
  258.    have this option though!).
  259.  
  260.    NOTE:  Comments that you modify are immediately written to disk, so the
  261.    changes you make to existing comments can't be aborted.  New comments 
  262.    you input for files that didn't have them will be aborted if you don't
  263.    save changes though.
  264.  
  265. WARNING:  If you ZAP the database the changes can't be reversed!  Once you
  266. --------
  267. confirm a ZAP, the database will be written to DISK with no records in it, 
  268. unless you have backups of both the database file and the comment database,
  269. you won't be able to undo this action.
  270.  
  271. o  Modified InteliCat to remove references to the old default files of LC.
  272.    NOTE:  Existing users should rename their configuration to IC.CFG, delete
  273.    the old configuration file, or add the following to your autoexec.bat file:
  274.  
  275.     ICCFG=LC.CFG
  276.  
  277. o  If you set up the configuration properly with your database name you don't 
  278.    really need to change from the old default of LC (if that's what you use).
  279.    Note however, that if you do choose to modify the name of your database 
  280.    that there are TWO DATABASES that must be renamed.  Please refer to the 
  281.    documentation in a section titled 'Two Files per Database' if you're not
  282.    sure how InteliCat names it's database files.
  283.  
  284. o  Fixed InteliCat to not adjust the number of files, disk, dirs, etc when a 
  285.    configuration file with a lower number is read.  Note however, that if you
  286.    read a configuration file with more files/disks/dirs configured than what
  287.    you currently have available, InteliCat will try to increase the number 
  288.    available.
  289.  
  290. o  Fixed the skip input of keywords option to really work.
  291.  
  292. o  Modified the program to default to XMS instead of EMS as a first choice 
  293.    (This is done because there appear to be a number of TSR programs out
  294.    there that don't understand they are supposed to restore the state of the
  295.    resources they use to make their operation transparent to other programs.).
  296.    InteliCat's use of EMS ***REQUIRES*** that pages it maps in are not mapped
  297.    out until it tells the EMM driver to do so.  To solve the problem at
  298.    default XMS appears to be a better solution for use when possible.
  299.  
  300. o  Fixed keywords to be carried over for files within an archive when 
  301.    replacing a disk.
  302.  
  303. o  Added the banner to show Switch! is active when the temp file is going 
  304.    to a disk file.
  305.  
  306. o  Added a display of the file date and the listing file date when the import
  307.    utility asks if you want to replace an existing comment/keyword.
  308.  
  309. o  Fixed the DOS Shell to restore the cursor to the way it was before the 
  310.    shell when the user invokes the shell from something other than an input
  311.    prompt.
  312.  
  313.  
  314. ------------------------------------------------------------
  315. Changes made prior to v1.83:
  316.  
  317. 12/15/91
  318. Released v1.83
  319.  
  320. Modified the archive view functions to once again use non-buffered i/o
  321. (as v1.78 used to).  This change was made because the time to expand
  322. archives (i.e. ZIP files) has doubled since v1.78 due to the overhead
  323. involved with the buffering.  The non-buffered i/o may be slower under
  324. some multi-tasking environments, but for the majority of users it will be
  325. faster.
  326.  
  327.  
  328. 12/01/91
  329. Released v1.82
  330.  
  331.  
  332. 11/30/91
  333. Changed InteliCat to delete usage of comments when a file is deleted (this
  334. change doesn't change most setups, but if you're short on disk space it works
  335. better than the old method of determing deleted comments when the database
  336. is read).
  337.  
  338. Fixed a few bugs in the registered users upgrade utility that kept the old
  339. field width settings from being moved over when the configuration file is 
  340. formatted for v1.8+.
  341.  
  342. Modified the comment editor to issue a message when you press F10 to save
  343. & advance while on the last file.  After the message, pressing a key now 
  344. returns you to the menu.  Fixed other methods of advancing out of range when
  345. editing comments to cause a beep.
  346.  
  347. Made cosmetic changes on the report headers to show 'InteliCat'.
  348.  
  349. Fixed a bug that kept the keyword field width from being honored.
  350.  
  351. Fixed a minor bug that caused the files time stamp to be displayed wrong by
  352. 32 minutes in some cases.
  353.  
  354.  
  355. 11/17/91
  356. Fixed a bug in the expansion of ARJ archives.
  357.  
  358. Released v1.81
  359.  
  360.  
  361. 10/5/91
  362. Due to a naming conflict, v1.8 of my program begins with a new name.  From
  363. this point forward, this program will be called InteliCat.
  364.  
  365. This version is starting with a clean version of this file as 
  366. the documenation has been completely rewritten.  In short, this version
  367. has the following enhancments over what was previously v1.78:
  368.  
  369.         EMS/XMS can be utilized allowing databases to have 32,000 files.
  370.  
  371.         Advanced selection criteria can now be specified (using logical
  372.           operators).
  373.  
  374.         A merge utility has been added to allow combining multiple databases.
  375.  
  376.         Individual files may now be deleted from the database.
  377.  
  378.         Disk names are now treated as non-case sensitive, and an option is
  379.           provided to allow you to force all disk names to upper case as
  380.           they are added to the database.  InteliCat won't accept disk names
  381.           that are unique by their case only.
  382.  
  383.         The comment entry screen has been completely reworked to allow 
  384.           easier input of comments.
  385.  
  386.         The comment import utility has been expanded to allow import of 
  387.           a greater variety of file/comment listings.
  388.  
  389.         Reworked the options input screens to provide a consistent user
  390.           interface.  (Also added several new options, and changed the 
  391.           format of the configuration file.  LCNEW - available to registered
  392.           users - will upgrade the old format configuration files to the 
  393.           new format.
  394.  
  395.         InteliCat supports startup in extended VGA/EGA modes.
  396.  
  397.         InteliCat now initializes faster on many computers.
  398.  
  399.         GIF Files are now support as ARChive types.
  400.  
  401.         4DOS descript.ion comment files can be imported automatically.
  402.  
  403. Many other minor changes help round out the most significant upgrade of
  404. InteliCat to date.
  405.